バージョン

GetAppointmentsInRange(DateTime,DateTime,Owner[]) メソッド

指定した日付範囲内に一部でも含まれている Appointment オブジェクトのコレクションを返します。
シンタックス
'宣言
 
Public Overloads Function GetAppointmentsInRange( _
   ByVal startDateTime As Date, _
   ByVal endDateTime As Date, _
   ByVal owners() As Owner _
) As AppointmentsSubsetCollection
public AppointmentsSubsetCollection GetAppointmentsInRange( 
   DateTime startDateTime,
   DateTime endDateTime,
   Owner[] owners
)

パラメータ

startDateTime
予定の最も早い開始日時。
endDateTime
予定の最も遅い終了日時。
owners
ここで指定したオーナーに関連付けられた予定のみが含まれます。

戻り値の型

startDateTime および endDateTime と重なる Appointment オブジェクトをすべて含む AppointmentsSubsetCollection
参照